Symbol: firstchar
usr/src/cmd/sgs/error/common/error.h
218
char firstchar(char *string);
usr/src/cmd/sgs/error/common/errorinput.c
232
(isdigit(firstchar(wordv[2]))) &&
usr/src/cmd/sgs/error/common/errorinput.c
252
if ((firstchar(wordv[1]) == '"') &&
usr/src/cmd/sgs/error/common/errorinput.c
256
(isdigit(firstchar(wordv[3]))) &&
usr/src/cmd/sgs/error/common/errorinput.c
505
if ((firstchar(wordv[1]) == '"') &&
usr/src/cmd/sgs/error/common/errorinput.c
508
(isdigit(firstchar(wordv[2])))) {
usr/src/cmd/sgs/error/common/errorinput.c
535
if ((firstchar(wordv[1]) == '`') &&
usr/src/cmd/sgs/error/common/errorinput.c
539
(isdigit(firstchar(wordv[3]))) &&
usr/src/cmd/sgs/error/common/errorinput.c
564
(isdigit(firstchar(wordv[4]))) && /* line number */
usr/src/cmd/sgs/error/common/errorinput.c
588
if ((firstchar(wordv[1]) == '"') &&
usr/src/cmd/sgs/error/common/errorinput.c
592
(isdigit(firstchar(wordv[3]))) &&
usr/src/cmd/w/w.c
122
static char firstchar; /* first char of name of prog invoked as */
usr/src/cmd/w/w.c
224
firstchar = login ? argv[0][1] : (cp == 0) ? argv[0][0] : cp[1];
usr/src/cmd/w/w.c
245
firstchar = argv[1][i];
usr/src/cmd/w/w.c
332
if (firstchar == 'u') /* uptime command */
usr/src/lib/libipsecutil/common/ipsec_util.c
613
boolean_t firstchar = B_TRUE;
usr/src/lib/libipsecutil/common/ipsec_util.c
650
if (firstchar) {
usr/src/lib/libipsecutil/common/ipsec_util.c
651
firstchar = B_FALSE;
usr/src/tools/cscope-fast/global.h
272
int getaline(char s[], size_t size, int firstchar, BOOL iscaseless);
usr/src/tools/cscope-fast/input.c
101
(void) addch((unsigned)firstchar); /* display it */
usr/src/tools/cscope-fast/input.c
102
s[i++] = firstchar; /* save it */
usr/src/tools/cscope-fast/input.c
140
if (firstchar != '\0' && i == 0) {
usr/src/tools/cscope-fast/input.c
91
getaline(char s[], size_t size, int firstchar, BOOL iscaseless)
usr/src/tools/cscope-fast/input.c
97
if (firstchar != '\0') {
usr/src/tools/cscope-fast/input.c
99
firstchar = tolower(firstchar);
usr/src/uts/common/fs/zfs/lua/llex.c
158
int firstchar) {
usr/src/uts/common/fs/zfs/lua/llex.c
161
ls->current = firstchar;
usr/src/uts/common/fs/zfs/lua/llex.h
70
TString *source, int firstchar);
usr/src/uts/common/fs/zfs/lua/lparser.c
1618
Dyndata *dyd, const char *name, int firstchar) {
usr/src/uts/common/fs/zfs/lua/lparser.c
1630
luaX_setinput(L, &lexstate, z, funcstate.f->source, firstchar);
usr/src/uts/common/fs/zfs/lua/lparser.h
116
Dyndata *dyd, const char *name, int firstchar);