Searched refs:lastcp (Results 1 – 7 of 7) sorted by relevance
101 struct config *lastcp; in config_lookup() local144 lastcp = NULL; in config_lookup()145 for (cp = parent->child; cp; lastcp = cp, cp = cp->next) in config_lookup()165 if (lastcp) in config_lookup()166 lastcp->next = newnode; in config_lookup()210 struct config *lastcp; in addconfig() local227 lastcp = NULL; in addconfig()228 for (cp = parent->child; cp; lastcp = cp, cp = cp->next) in addconfig()239 if (lastcp) in addconfig()240 lastcp->next = newnode; in addconfig()
268 swde_case_next(fmd_hdl_t *hdl, fmd_case_t *lastcp) in swde_case_next() argument274 if (lastcp == NULL) in swde_case_next()277 scp = fmd_case_getspecific(hdl, lastcp); in swde_case_next()280 cp = lastcp; in swde_case_next()
186 *lastcp++ = c; in operate()465 length = _mbftowc(lastcp, &wchar, getesc, &Peekkey); in operate()471 lastcp += length; in operate()897 lastcp[-1] = 'n'; in operate()
259 var unsigned char *lastcp; /* Save current command here to repeat */ variable
244 lastcp = workcmd;246 *lastcp++ = c;
322 *lastcp = 0; in setLAST()
1010 *lastcp++ = INS[0]; in vrep()