Home
last modified time | relevance | path

Searched refs:firstchar (Results 1 – 4 of 4) sorted by relevance

/original-bsd/usr.bin/error/
H A Dinput.c193 && (isdigit(firstchar(wordv[2]))) in cpp()
212 if ( (firstchar(wordv[1]) == '"') in pccccom()
216 && (isdigit(firstchar(wordv[3]))) in pccccom()
454 if ( (firstchar(wordv[1]) == '"') in ri()
457 &&(isdigit(firstchar(wordv[2]))) ){ in ri()
482 if ( (firstchar(wordv[1]) == '`') in troff()
486 && (isdigit(firstchar(wordv[3]))) in troff()
509 && (isdigit(firstchar(wordv[4]))) /* line number */ in mod2()
H A Derror.h190 char firstchar();
H A Dsubr.c125 char firstchar(string) in firstchar() function
/original-bsd/local/tac/
H A Dtac.c136 register int firstchar, targm1len; /* target length minus 1 */ local
141 firstchar = *targ;
180 while ( *--p != firstchar ||