Searched refs:pfirst (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/bc/src/ |
H A D | bc_parse.c | 2005 bool pfirst, rprn, array_last, done, get_token, assign; in bc_parse_expr_err() local 2031 pfirst = (p->l.t == BC_LEX_LPAREN); in bc_parse_expr_err() 2545 if (!(flags & BC_PARSE_NEEDVAL) && !pfirst) in bc_parse_expr_err() 2586 if (pfirst || !assign) bc_parse_push(p, BC_INST_PRINT); in bc_parse_expr_err()
|
/freebsd/contrib/tcsh/ |
H A D | tcsh.man2html | 434 $comment, $pfirst, $plast, @para, @tag, $changeindent); 477 $pfirst = $paralines[$pline] + 1; 484 foreach (@man[$pfirst .. $plast]) {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SVEInstrInfo.td | 953 defm PFIRST : sve_int_pfirst<0b00000, "pfirst", int_aarch64_sve_pfirst>;
|