Searched refs:firstc (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/usr.bin/mg/
H A Dsearch.c174 int firstc; local
312 firstc = 1;
328 if ((!firstc && !isalnum(c)))
335 firstc = 0;
/openbsd-current/regress/bin/ksh/
H A Dth1047 local($firstc) = substr($test{'arguments'}, 0, 1);
1049 if (substr($test{'arguments'}, -1, 1) ne $firstc) {
1055 local($firstc) = substr($test{'env-setup'}, 0, 1);
1057 if (substr($test{'env-setup'}, -1, 1) ne $firstc) {
/openbsd-current/sys/sys/
H A Dtty.h261 u_char *firstc(struct clist *clp, int *c, int *cc);
/openbsd-current/sys/kern/
H A Dtty.c1954 for (cp = firstc(&tp->t_rawq, &tabc, &cc); cp;
2021 for (cp = firstc(&tp->t_canq, &c, &cc); cp;
2024 for (cp = firstc(&tp->t_rawq, &c, &cc); cp;
H A Dtty_subr.c352 * Callers must not allow getc's to happen between firstc's and nextc's
384 * Callers must not allow getc's to happen between firstc's and nextc's
391 firstc(struct clist *clp, int *c, int *ccp) function

Completed in 191 milliseconds