Home
last modified time | relevance | path

Searched refs:ppos (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_macro.c426 line, ppos, "%s breaks %s", in find_pending()
428 mdoc_endbody_alloc(mdoc, line, ppos, in find_pending()
522 lookup(mdoc, tok, line, ppos, p); in macro_or_word()
638 line, ppos, "%s breaks %s", in blk_exp_close()
969 line, ppos, "%s", roff_name[tok]); in blk_full()
990 line, ppos, "It breaks %s", in blk_full()
1002 line, ppos, in blk_full()
1043 line, ppos, "It %s", buf + *pos); in blk_full()
1441 line, ppos, "Pf %s", in in_line_argn()
1487 line, ppos, "%s", roff_name[tok]); in in_line_argn()
[all …]
H A Dman_macro.c229 line, ppos, "RE %d", target); in blk_close()
252 line, ppos, "%s", roff_name[tok]); in blk_close()
255 roff_elem_alloc(man, line, ppos, ROFF_br); in blk_close()
290 roff_elem_alloc(man, line, ppos, tok); in blk_close()
306 roff_block_alloc(man, line, ppos, tok); in blk_exp()
328 roff_body_alloc(man, line, ppos, tok); in blk_exp()
349 roff_block_alloc(man, line, ppos, tok); in blk_imp()
350 n = roff_head_alloc(man, line, ppos, tok); in blk_imp()
377 roff_body_alloc(man, line, ppos, tok); in blk_imp()
388 roff_elem_alloc(man, line, ppos, tok); in in_line_eoln()
[all …]
H A Dman.c183 int ppos; in man_pmacro() local
188 ppos = offs; in man_pmacro()
193 tok = roffhash_find(man->manmac, buf + ppos, sz); in man_pmacro()
195 mandoc_msg(MANDOCERR_MACRO, ln, ppos, "%s", buf + ppos - 1); in man_pmacro()
248 (*man_macro(tok)->fp)(man, tok, ln, ppos, &offs, buf); in man_pmacro()
272 roff_body_alloc(man, ln, ppos, man->last->tok); in man_pmacro()
H A Droff.c1835 ppos = pos = *offs; in roff_parseln()
1882 eqn_read(r->eqn, buf->buf + ppos); in roff_parseln()
1886 tbl_read(r->tbl, ln, buf->buf, ppos); in roff_parseln()
2193 ln, ppos, "%s", roff_name[tok]); in roff_block()
2197 roffnode_push(r, tok, name, ln, ppos); in roff_block()
2702 roffnode_push(r, tok, NULL, ln, ppos); in roff_cond()
2768 ln, ppos, "%s", roff_name[tok]); in roff_cond()
3268 ln, ppos, "%s", buf->buf + 1); in roff_it()
3345 tbl_restart(ln, ppos, r->tbl); in roff_T_()
4372 pos = *ppos; in roff_getcontrol()
[all …]
H A Dlibman.h25 int ppos, \
H A Dlibmdoc.h26 int ppos, \
/illumos-gate/usr/src/lib/libtecla/common/
H A Dexpand.c1046 int ppos; /* The index of a character in path[] */ in ef_expand_special() local
1060 for(spos=ppos=0; ppos < pathlen; ppos++) { in ef_expand_special()
1061 int c = path[ppos]; in ef_expand_special()
1072 if(spos < ppos && _pn_append_to_path(ef->path, path + spos, ppos-spos, 0) in ef_expand_special()
1081 ppos++; in ef_expand_special()
1087 for(envlen=0; envlen<ENV_LEN && ppos < pathlen && in ef_expand_special()
1088 strncmp(path + ppos, FS_DIR_SEP, FS_DIR_SEP_LEN); envlen++) in ef_expand_special()
1089 ef->envnam[envlen] = path[ppos++]; in ef_expand_special()
1124 spos = ppos; in ef_expand_special()
1130 if(spos < ppos && _pn_append_to_path(ef->path, path + spos, ppos-spos, 0) in ef_expand_special()
/illumos-gate/usr/src/uts/common/io/
H A Dconsconfig_dacf.c1891 int ppos, i; in consconfig_setmodes() local
1949 for (ppos = 0; ppos < (MAXPATHLEN-8); ppos++) { /* Find first comma */ in consconfig_setmodes()
1950 if ((buf[ppos] == 0) || (buf[ppos] == ',')) in consconfig_setmodes()
1954 if (buf[ppos] != ',') { in consconfig_setmodes()
1961 if (strncmp(buf, speedtab[i].name, ppos) == 0) in consconfig_setmodes()
1977 switch (buf[ppos+1]) { in consconfig_setmodes()
1991 switch (buf[ppos+3]) { in consconfig_setmodes()
2006 switch (buf[ppos+5]) { in consconfig_setmodes()
/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c404 struct iodev_snapshot *pos, *ppos, *tmp, *ptmp; in choose_iodevs() local
431 ppos = iodevs; in choose_iodevs()
432 while (ppos) { in choose_iodevs()
433 ptmp = ppos; in choose_iodevs()
434 ppos = ppos->is_next; in choose_iodevs()
442 pos = ppos; in choose_iodevs()
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_map.c1108 int ppos, fpos; in verifyIndexMatch() local
1126 ppos = fpos = 0; in verifyIndexMatch()
1155 pass[ppos++] = x->index.name[i]; in verifyIndexMatch()
1202 for (i = 0; i < ppos; i++) { in verifyIndexMatch()
1206 if (i == ppos) { in verifyIndexMatch()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c1523 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 Decore_sp_verbs.h469 struct ecore_vlan_mac_registry_elem **ppos);