Searched refs:colp (Results 1 - 10 of 10) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_linecol.c38 dwarf_linecol (Dwarf_Line *line, int *colp) argument
43 *colp = line->column;
H A Ddwarf_decl_column.c39 dwarf_decl_column (Dwarf_Die *decl, int *colp) argument
41 return __libdw_attr_intval (decl, colp, DW_AT_decl_column);
H A Dlibdw.h624 extern int dwarf_linecol (Dwarf_Line *line, int *colp)
829 extern int dwarf_decl_column (Dwarf_Die *decl, int *colp)
/external/curl/src/
H A Dtool_cb_prg.c110 char *colp; local
126 colp = curlx_getenv("COLUMNS");
127 if(colp) {
129 long num = strtol(colp, &endptr, 10);
130 if((endptr != colp) && (endptr == colp + strlen(colp)) && (num > 0))
134 curl_free(colp);
/external/elfutils/libdwfl/
H A Ddwfl_lineinfo.c33 dwfl_lineinfo (Dwfl_Line *line, Dwarf_Addr *addr, int *linep, int *colp, argument
46 if (colp != NULL)
47 *colp = info->column;
H A Dlibdwfl.h596 int *linep, int *colp,
/external/libvterm/src/
H A Dpen.c129 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/
H A Dexpr.c747 utf_skipcols(const char *p, int cols, int *colp) argument
755 if (!colp)
757 *colp = c;
765 if (colp)
766 *colp = c;
/external/elfutils/include/elfutils/
H A Dlibdw.h624 extern int dwarf_linecol (Dwarf_Line *line, int *colp)
829 extern int dwarf_decl_column (Dwarf_Die *decl, int *colp)
H A Dlibdwfl.h596 int *linep, int *colp,

Completed in 274 milliseconds