HomeSort by: relevance | last modified time | path
    Searched refs:sect (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xman/dist/
vendor.c 208 char sect[BUFSIZ]; local
210 ParseEntry(entry, NULL, sect, page);
man.c 76 int sect, num_alloced; local
135 sect = 0;
139 manual[sect].flags = list->flags;
146 AddToCurrentSection(manual + sect, list->directory);
148 if (manual[sect].nentries == 0) { /* empty section, re-use it. */
149 XtFree(manual[sect].blabel);
150 manual[sect].blabel = list->label;
151 manual[sect].flags = list->flags;
154 if (++sect >= num_alloced) {
162 InitManual(manual + sect, list->label)
    [all...]
misc.c 487 char path[BUFSIZ], sect[BUFSIZ]; local
558 ParseEntry(entry, path, sect, NULL);
1089 /* Function Name: ParseEntry(entry, path, sect, page)
1093 * sect - the section name. RETURNED
1099 ParseEntry(const char *entry, char *path, char *sect, char *page)
1134 if (sect != NULL)
1135 strcpy(sect, c);
man.h 273 void ParseEntry(const char *entry, char *path, char *sect, char *page);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/perfcntrs/
fdperf.c 771 config_setting_t *sect = local
777 config_setting_t *s = config_setting_lookup(sect, name);
814 config_setting_t *sect = local
817 if (!sect) {
818 sect =
825 config_setting_t *s = config_setting_lookup(sect, name);
827 config_setting_add(sect, name, CONFIG_TYPE_INT);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
pgmdump.c 281 void *sect; local
289 sect = malloc(ALIGN(*sect_size, 4));
290 memcpy(sect, state->buf, *sect_size);
295 return sect;
  /xsrc/external/mit/MesaLib/dist/src/mesa/x86/
assyntax.h 140 #define AS_BEGIN .sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
322 #define SEG_DATA CHOICE(.data, .data, .sect .data)
323 #define SEG_TEXT CHOICE(.text, .text, .sect .text)
324 #define SEG_BSS CHOICE(.bss, .bss, .sect .bss)
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
assyntax.h 140 #define AS_BEGIN .sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
322 #define SEG_DATA CHOICE(.data, .data, .sect .data)
323 #define SEG_TEXT CHOICE(.text, .text, .sect .text)
324 #define SEG_BSS CHOICE(.bss, .bss, .sect .bss)

Completed in 50 milliseconds