Searched refs:nlptr (Results 1 – 4 of 4) sorted by relevance
124 struct nlist *nl, *nlptr; variable341 nlptr = nl; in main()367 nlptr = nl; in main()386 for (nlptr = &nl[vs]; nlptr != &nl[endnm]; nlptr++) { in main()387 if (nlptr->n_value == 0 && in main()388 (incore || nlptr->n_scnum != bss)) { in main()390 nlptr->n_name); in main()498 if (nlptr >= &nl[nlsize]) { in setup()504 nlptr = &nl[nlsize]; in setup()508 nlptr->n_name = malloc(strlen(nam) + 1); /* pointer to next string */ in setup()[all …]
565 char *nlptr; /* A pointer to the last newline in the accumulated string */ in GL_FD_EVENT_FN() local601 nlptr = strrchr(rbuff, '\n'); in GL_FD_EVENT_FN()611 if(nlptr) { in GL_FD_EVENT_FN()612 nextp = crptr && crptr < nlptr ? crptr : nlptr; in GL_FD_EVENT_FN()
544 char *nlptr; in iffile_to_hostname() local551 if ((nlptr = strrchr(p, '\n')) != NULL) in iffile_to_hostname()552 *nlptr = '\0'; in iffile_to_hostname()
407 const char *nlptr; /* A pointer to a newline character in line[] */ in _glh_add_history() local432 nlptr = strchr(line, '\n'); in _glh_add_history()433 if(nlptr) in _glh_add_history()434 slen = (nlptr - line); in _glh_add_history()