/titanic_41/usr/src/cmd/mandoc/ |
H A D | mdoc_macro.c | 483 struct mdoc *mdoc, int line, int ppos) in make_pending() argument 538 mandoc_vmsg(MANDOCERR_SCOPENEST, mdoc->parse, line, ppos, in make_pending() 554 enum mdoct tok, int line, int ppos) in rew_sub() argument 570 line, ppos, "%s breaks %s", in rew_sub() 580 if (make_pending(n, tok, mdoc, line, ppos) || in rew_sub() 585 mdoc_pmsg(mdoc, line, ppos, MANDOCERR_NOSCOPE); in rew_sub() 757 make_pending(later, tok, mdoc, line, ppos); in blk_exp_close() 763 if ( ! mdoc_endbody_alloc(mdoc, line, ppos, in blk_exp_close() 784 mdoc_pmsg(mdoc, line, ppos, MANDOCERR_ARGSLOST); in blk_exp_close() 786 if ( ! rew_sub(MDOC_BODY, mdoc, tok, line, ppos)) in blk_exp_close() [all …]
|
H A D | roff.c | 145 int ppos, /* original pos in buffer */ \ 689 int ppos, ctl; in roff_parseln() local 701 ppos = pos; in roff_parseln() 722 return(eqn_read(&r->eqn, ln, *bufp, ppos, offs)); in roff_parseln() 740 ln, ppos, pos, offs)); in roff_parseln() 755 ln, ppos, pos, offs)); in roff_parseln() 826 mandoc_msg(MANDOCERR_NOSCOPE, r->parse, ln, ppos, NULL); in roff_cblock() 845 mandoc_msg(MANDOCERR_NOSCOPE, r->parse, ln, ppos, NULL); in roff_cblock() 877 mandoc_msg(MANDOCERR_NOSCOPE, r->parse, ln, ppos, NULL); in roff_ccond() 889 mandoc_msg(MANDOCERR_NOSCOPE, r->parse, ln, ppos, NULL); in roff_ccond() [all …]
|
H A D | man_macro.c | 303 man_pmsg(man, line, ppos, MANDOCERR_NOSCOPE); in blk_close() 326 if ( ! man_block_alloc(man, line, ppos, tok)) in blk_exp() 328 if ( ! man_head_alloc(man, line, ppos, tok)) in blk_exp() 350 return(man_body_alloc(man, line, ppos, tok)); in blk_exp() 378 if ( ! man_block_alloc(man, line, ppos, tok)) in blk_imp() 380 if ( ! man_head_alloc(man, line, ppos, tok)) in blk_imp() 410 return(man_body_alloc(man, line, ppos, tok)); in blk_imp() 422 if ( ! man_elem_alloc(man, line, ppos, tok)) in in_line_eoln()
|
H A D | man.c | 491 int i, ppos; in man_pmacro() local 502 ppos = offs; in man_pmacro() 520 ppos, "%s", buf + ppos - 1); in man_pmacro() 604 if ( ! (*man_macros[tok].fp)(man, tok, ln, ppos, &offs, buf)) in man_pmacro() 643 return(man_body_alloc(man, ln, ppos, man->last->tok)); in man_pmacro()
|
H A D | libman.h | 45 int ppos, \
|
H A D | libmdoc.h | 52 int ppos, \
|
H A D | mdoc.c | 317 mdoc_pmsg(mdoc, line, ppos, MANDOCERR_BADBODY); in mdoc_macro() 325 mdoc_pmsg(mdoc, line, ppos, MANDOCERR_BADPROLOG); in mdoc_macro() 336 (mdoc->parse, NULL, line, ppos); in mdoc_macro() 340 return((*mdoc_macros[tok].fp)(mdoc, tok, line, ppos, pos, buf)); in mdoc_macro()
|
/titanic_41/usr/src/lib/libwanbootutil/common/ |
H A D | key_util.c | 198 wbku_find_key(FILE *fp, fpos_t *ppos, wbku_key_attr_t *ka, uint8_t *ekey, in wbku_find_key() argument 238 if (ppos != NULL) { in wbku_find_key() 271 if (ppos != NULL) { in wbku_find_key() 272 *ppos = pos; in wbku_find_key() 294 wbku_write_key(FILE *fp, const fpos_t *ppos, const wbku_key_attr_t *ka, in wbku_write_key() argument 303 if (fsetpos(fp, ppos) != 0) { in wbku_write_key()
|
/titanic_41/usr/src/lib/libtecla/common/ |
H A D | expand.c | 1047 int ppos; /* The index of a character in path[] */ in ef_expand_special() local 1061 for(spos=ppos=0; ppos < pathlen; ppos++) { in ef_expand_special() 1062 int c = path[ppos]; in ef_expand_special() 1073 if(spos < ppos && _pn_append_to_path(ef->path, path + spos, ppos-spos, 0) in ef_expand_special() 1082 ppos++; in ef_expand_special() 1088 for(envlen=0; envlen<ENV_LEN && ppos < pathlen && in ef_expand_special() 1089 strncmp(path + ppos, FS_DIR_SEP, FS_DIR_SEP_LEN); envlen++) in ef_expand_special() 1090 ef->envnam[envlen] = path[ppos++]; in ef_expand_special() 1125 spos = ppos; in ef_expand_special() 1131 if(spos < ppos && _pn_append_to_path(ef->path, path + spos, ppos-spos, 0) in ef_expand_special()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | consconfig_dacf.c | 1892 int ppos, i; in consconfig_setmodes() local 1950 for (ppos = 0; ppos < (MAXPATHLEN-8); ppos++) { /* Find first comma */ in consconfig_setmodes() 1951 if ((buf[ppos] == 0) || (buf[ppos] == ',')) in consconfig_setmodes() 1955 if (buf[ppos] != ',') { in consconfig_setmodes() 1962 if (strncmp(buf, speedtab[i].name, ppos) == 0) in consconfig_setmodes() 1978 switch (buf[ppos+1]) { in consconfig_setmodes() 1992 switch (buf[ppos+3]) { in consconfig_setmodes() 2007 switch (buf[ppos+5]) { in consconfig_setmodes()
|
/titanic_41/usr/src/cmd/stat/common/ |
H A D | acquire_iodevs.c | 406 struct iodev_snapshot *pos, *ppos, *tmp, *ptmp; in choose_iodevs() local 433 ppos = iodevs; in choose_iodevs() 434 while (ppos) { in choose_iodevs() 435 ptmp = ppos; in choose_iodevs() 436 ppos = ppos->is_next; in choose_iodevs() 444 pos = ppos; in choose_iodevs()
|
/titanic_41/usr/src/lib/libnisdb/ |
H A D | ldap_map.c | 1109 int ppos, fpos; in verifyIndexMatch() local 1127 ppos = fpos = 0; in verifyIndexMatch() 1157 pass[ppos++] = x->index.name[i]; in verifyIndexMatch() 1209 for (i = 0; i < ppos; i++) { in verifyIndexMatch() 1213 if (i == ppos) { in verifyIndexMatch()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ |
H A D | ecore_sp_verbs.c | 1523 struct ecore_vlan_mac_registry_elem **ppos) in ecore_vlan_mac_restore() argument 1530 *ppos = NULL; in ecore_vlan_mac_restore() 1535 if (*ppos == NULL) in ecore_vlan_mac_restore() 1536 *ppos = ECORE_LIST_FIRST_ENTRY(&o->head, in ecore_vlan_mac_restore() 1540 *ppos = ECORE_LIST_NEXT(*ppos, link, in ecore_vlan_mac_restore() 1543 pos = *ppos; in ecore_vlan_mac_restore() 1547 *ppos = NULL; in ecore_vlan_mac_restore()
|
H A D | ecore_sp_verbs.h | 469 struct ecore_vlan_mac_registry_elem **ppos);
|