/illumos-gate/usr/src/cmd/mandoc/ |
H A D | libman.h | 22 int ppos, \
|
H A D | mdoc_macro.c | 239 lookup(struct roff_man *mdoc, int from, int line, int ppos, const char *p) argument 254 mdoc->parse, line, ppos, p); 385 find_pending(struct roff_man *mdoc, int tok, int line, int ppos, argument 406 mdoc->parse, line, ppos, 409 mdoc_endbody_alloc(mdoc, line, ppos, 499 p = buf + ppos; 504 ntok = lookup(mdoc, tok, line, ppos, p); 507 dword(mdoc, line, ppos, p, DELIM_MAX, tok == TOKEN_NONE || 513 mdoc_macro(mdoc, ntok, line, ppos, pos, buf); 604 line, ppos, " [all...] |
H A D | libmdoc.h | 22 int ppos, \
|
H A D | man_macro.c | 219 line, ppos, "RE %d", target); 236 line, ppos, man_macronames[tok]); 240 ppos = man->last->pos; 248 blk_imp(man, ntok, line, ppos, pos, buf); 261 roff_block_alloc(man, line, ppos, tok); 262 head = roff_head_alloc(man, line, ppos, tok); 274 roff_body_alloc(man, line, ppos, tok); 291 n = roff_block_alloc(man, line, ppos, tok); 294 n = roff_head_alloc(man, line, ppos, tok); 320 roff_body_alloc(man, line, ppos, to [all...] |
H A D | man.c | 164 int i, ppos; local 168 ppos = offs; 185 ln, ppos, buf + ppos - 1); 229 (*man_macros[tok].fp)(man, tok, ln, ppos, &offs, buf); 254 roff_body_alloc(man, ln, ppos, man->last->tok);
|
H A D | roff.c | 353 int ppos, /* original pos in buffer */ \ 1527 int ppos; /* original offset in buf->buf */ local 1530 ppos = pos = *offs; 1569 return eqn_read(&r->eqn, ln, buf->buf, ppos, offs); 1571 return tbl_read(r->tbl, ln, buf->buf, ppos); 1593 return (*roffs[t].sub)(r, t, buf, ln, ppos, pos, offs); 1599 t = roff_parse(r, buf->buf, &pos, ln, ppos); 1626 return (*roffs[t].proc)(r, t, buf, ln, ppos, pos, offs); 1656 roff_parse(struct roff *r, char *buf, int *pos, int ln, int ppos) argument 1669 maclen = roff_getname(r, &cp, ln, ppos); 1734 roff_ccond(struct roff *r, int ln, int ppos) argument 3446 roff_getcontrol(const struct roff *r, const char *cp, int *ppos) argument [all...] |
H A D | mdoc.c | 124 (*mdoc_macros[tok].fp)(mdoc, tok, line, ppos, pos, buf);
|
/illumos-gate/usr/src/lib/libwanbootutil/common/ |
H A D | key_util.c | 191 * To faciliate the uses above, both 'ppos' and 'ekey' will only be 198 wbku_find_key(FILE *fp, fpos_t *ppos, wbku_key_attr_t *ka, uint8_t *ekey, argument 238 if (ppos != NULL) { 271 if (ppos != NULL) { 272 *ppos = pos; 294 wbku_write_key(FILE *fp, const fpos_t *ppos, const wbku_key_attr_t *ka, argument 303 if (fsetpos(fp, ppos) != 0) {
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | expand.c | 1047 int ppos; /* The index of a character in path[] */ local 1061 for(spos=ppos=0; ppos < pathlen; ppos++) { 1062 int c = path[ppos]; 1073 if(spos < ppos && _pn_append_to_path(ef->path, path + spos, ppos-spos, 0) 1082 ppos++; 1088 for(envlen=0; envlen<ENV_LEN && ppos < pathlen && 1089 strncmp(path + ppos, FS_DIR_SE [all...] |
/illumos-gate/usr/src/uts/common/io/ |
H A D | consconfig_dacf.c | 1892 int ppos, i; local 1950 for (ppos = 0; ppos < (MAXPATHLEN-8); ppos++) { /* Find first comma */ 1951 if ((buf[ppos] == 0) || (buf[ppos] == ',')) 1955 if (buf[ppos] != ',') { 1962 if (strncmp(buf, speedtab[i].name, ppos) == 0) 1978 switch (buf[ppos+1]) { 1992 switch (buf[ppos [all...] |
/illumos-gate/usr/src/cmd/stat/common/ |
H A D | acquire_iodevs.c | 404 struct iodev_snapshot *pos, *ppos, *tmp, *ptmp; local 431 ppos = iodevs; 432 while (ppos) { 433 ptmp = ppos; 434 ppos = ppos->is_next; 442 pos = ppos;
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_map.c | 1110 int ppos, fpos; local 1128 ppos = fpos = 0; 1158 pass[ppos++] = x->index.name[i]; 1210 for (i = 0; i < ppos; i++) { 1214 if (i == ppos) {
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ |
H A D | ecore_sp_verbs.c | 1507 * @ppos: pointer to the cookie 1516 * function handle the next element. If *ppos is set to NULL it will restart the 1517 * iterator. If returned *ppos == NULL this means that the last element has been 1523 struct ecore_vlan_mac_registry_elem **ppos) 1530 *ppos = NULL; 1535 if (*ppos == NULL) 1536 *ppos = ECORE_LIST_FIRST_ENTRY(&o->head, 1540 *ppos = ECORE_LIST_NEXT(*ppos, link, 1543 pos = *ppos; 1521 ecore_vlan_mac_restore(struct _lm_device_t *pdev, struct ecore_vlan_mac_ramrod_params *p, struct ecore_vlan_mac_registry_elem **ppos) argument [all...] |
H A D | ecore_sp_verbs.h | 459 * @param ppos a pointer to the cookie that should be given back in the 461 * *ppos is set to NULL it will restart the iterator. 462 * If returned *ppos == NULL this means that the last 469 struct ecore_vlan_mac_registry_elem **ppos);
|