HomeSort by relevance Sort by last modified time
    Searched refs:colp (Results 1 - 8 of 8) sorted by null

  /external/elfutils/libdw/
dwarf_linecol.c 38 dwarf_linecol (Dwarf_Line *line, int *colp)
43 *colp = line->column;
dwarf_decl_column.c 39 dwarf_decl_column (Dwarf_Die *decl, int *colp)
41 return __libdw_attr_intval (decl, colp, DW_AT_decl_column);
libdw.h 624 extern int dwarf_linecol (Dwarf_Line *line, int *colp)
829 extern int dwarf_decl_column (Dwarf_Die *decl, int *colp)
    [all...]
  /external/elfutils/libdwfl/
dwfl_lineinfo.c 33 dwfl_lineinfo (Dwfl_Line *line, Dwarf_Addr *addr, int *linep, int *colp,
46 if (colp != NULL)
47 *colp = info->column;
libdwfl.h 596 int *linep, int *colp,
    [all...]
  /external/curl/src/
tool_cb_prg.c 176 char *colp; local
185 colp = curlx_getenv("COLUMNS");
186 if(colp) {
188 long num = strtol(colp, &endptr, 10);
189 if((endptr != colp) && (endptr == colp + strlen(colp)) && (num > 20))
191 curl_free(colp);
  /external/libvterm/src/
pen.c 129 VTermColor *colp = (attr == VTERM_ATTR_BACKGROUND) ? &state->pen.bg : &state->pen.fg; local
131 lookup_colour_ansi(state, col, colp);
133 setpenattr_col(state, attr, *colp);
  /external/mksh/src/
expr.c 749 utf_skipcols(const char *p, int cols, int *colp)
757 if (!colp)
759 *colp = c;
767 if (colp)
768 *colp = c;

Completed in 162 milliseconds